1 Data Visualisation - Exploration

Now that you’ve demonstrated your software is setup, and you have the basics of data manipulation, the goal of this assignment is to practice transforming, visualising, and exploring data.

2 Exploring sources of electricity production, CO2 emissions, and GDP per capita.

There are many sources of data on how countries generate their electricity and their CO2 emissions. I would like you to create three graphs:

2.1 1. A stacked area chart that shows how your own country generated its electricity since 2000.

You will use

geom_area(colour="grey90", alpha = 0.5, position = "fill")